Manually Reported Runtime licensing embeds all of the licensing information directly into your application. Installation does not require any further licensing interaction. However, it is your responsibility to provide royalty reporting to Accusoft for the actual licenses deployed.
The Solution Name is:
Copy Code | |
---|---|
BarcodeXpress bx = new BarcodeXpress(); bx.Licensing.SetSolutionName("ACMEImaging"); |
The Solution Name must be set in order to use runtime licensing.
The Solution Key:
Copy Code | |
---|---|
BarcodeXpress bx = new BarcodeXpress(); bx.Licensing.SetSolutionName("ACMEImaging"); bx.Licensing.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); |
The Solution Key must be set in order to use runtime licensing.
The OEMLicense Key:
Copy Code | |
---|---|
BarcodeXpress bx = new BarcodeXpress(); bx.Licensing.SetSolutionName("ACMEImaging"); bx.Licensing.SetSolutionKey(0x1C3A023F, 0xA018F260, 0x37AF0E51, 0x557F2389); bx.Licensing.SetOEMLicenseKey("2.0.GQCC0EmUgONaI4QDZ32tpGWfpGW4gtbC0iIC0i..."); |
This property is not required for Automatically Reported Runtime licensing.